#!/bin/sh
# srchpprog2
#   program flash from host port
set -x

################################
# load boot loader
srcbootldr2

################################
# load boot, a subset of the firmware that excludes signal generation
#   but includes flash programming support and other functions
srcloadboot2

################################
# program flash
srcromprog2
